Miles Sound System SDK 7.2a

DDK Function: 301H Get Driver Information

Discussion

Input:

AX = 301H
BX = Driver number

Output:

DX:AX = segment:offset pointer to DDT (Driver Description Table)
CX:BX = segment:offset pointer to DST (Driver State Table)

This function allows MSS to access various internal data structures in the driver. The two principal data structures are the DDT (Driver Description Table) and the DST (Driver State Table). Function 300H (Initialize Driver) should be called prior to calling this function.


Group: DOS Sound Driver Generic Initialization Interface

For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.